home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 May / EnigmA AMIGA RUN 27 (1998)(G.R. Edizioni)(IT)[!][issue 1998-05].iso / recent1 / gifani.readme < prev    next >
Text File  |  1998-04-19  |  3KB  |  94 lines

  1. Short:    GIF Animation DataType V2.2
  2. Author:   GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  3. Uploader: GISBURN@w-specht.rhein-ruhr.de (Roland Mainz)
  4. Type:     util/dtype
  5. Requires: animation.datatype V41
  6. Replaces: util/dtype/gifanimdtc202.lha
  7.  
  8. -- NEW -- NEW -- NEW -- NEW -- NEW -- NEW -- NEW -- NEW --
  9.  
  10. gifanim.datatype V2.2 can now create GIF Animation streams
  11.  
  12. -- NEW -- NEW -- NEW -- NEW -- NEW -- NEW -- NEW -- NEW --
  13.  
  14.  
  15. DataType for displaying GIF Animations
  16.  
  17. -- Features are:
  18. * Implements a GIF Animation stream encoder.
  19.   Using the included "DTConvert", you can convert any animation to GIF
  20.   Animation streams, like
  21.   IFF ANIM          -> GIF ANIM
  22.   MPEG Video/System -> GIF ANIM
  23.   CDXL              -> GIF ANIM
  24.   and so on...
  25.   The only requirement is that for the source file an animation.datatype
  26.   subclass must exists in the system, nothing more.
  27.  
  28.   The encoder supports creation of interlaced and transparent animations,
  29.   too.
  30.  
  31. - CyberGFX output (16/24 bit truecolor)
  32.  
  33. - Supports local colormaps
  34.  
  35. - Supports sound.
  36.   Any sound (loaded with a sound.datatype subclass) can be attached to the
  37.   animation.
  38.  
  39.   If you want, you can read-out this animation+sound as an IFF FILM stream
  40.   (using DumpDTAnim (Aminet:gfx/conv/DumpDTAnim#?.LhA)) and make a
  41.   playback using film.datatype.
  42.  
  43. - Dynamic loading of frames (disk-based) or caching the whole anim in memory.
  44.  
  45.  
  46.  
  47.  
  48. -- Changes since V2.1:
  49.     V2.2
  50.       - Minor code cleanup
  51.  
  52.       - Removed REPEAT and NOREPEAT options/feature because this
  53.         hack-like "feature" seems to be incompatible to GMultiView's
  54.         repeat option.
  55.         Problem fixed.
  56.  
  57.       - Added encoder prefs options to set GIF interlace mode, transparent
  58.         and background pens.
  59.         See "gifanim.datatype.doc" section "preferences" for details.
  60.         Currently untested...
  61.  
  62.       - Major speedup in the encoder part (~ three times faster).
  63.         a) The encoder now writes any incoming bitmap in an chunkypixel
  64.            array and operates on it instead of doing ReadPixel for
  65.            each pixel.
  66.         b) Minor other changes in the encoder section...
  67.  
  68.       - The decoder now treats 0x00-chars in the chunk id position as
  69.         padding bytes and does not prompt any sytax error any more.
  70.         Now the "slidbar.gif" created by "GifBuilder 0.2" works...
  71.  
  72.       - Introduced the option STRICTSYNTAX which prints additionally
  73.         syntax errors (like the 0x00 padding bytes above...).
  74.  
  75.       - Added Installation script "Install DataType".
  76.         It would be very nice if someone has the time to write a
  77.         1:1 CBM Installer version of it...
  78.  
  79.  
  80. ----
  81.  
  82. Bye,
  83. Roland
  84.  
  85.  
  86. P.S.:
  87. Following was cut from an aminet "weekly-uploads" mail:
  88. | Please rate all the programs you
  89. | download. To do so, send to aminet-server@wuarchive.wustl.edu :
  90. | RATE <path> <num>
  91. | where <path> is the file you want to judge and <num> is a mark from 0..10
  92. | with 10 being the best. You can rate several programs in one mail, but
  93. | don't rate your own programs. Example: RATE dev/gui/mui23usr.lha 8
  94.